home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Utilities / User Interface / Alias Dæmon / AD Docs next >
Text File  |  1996-09-22  |  3KB  |  51 lines

  1. Alias Dæmon 1.0 by David Gillies © 1995
  2.  
  3. Alias Dæmon is a useful little System Extension that simplifies the creation of
  4. aliases in folders other than the one containing the original item. If you hold
  5. down the option key and choose ‘Make Alias’ from the Finders File menu (or choose
  6. its Command–key equivalent, if applicable) then Alias Dæmon’s dialogue box will
  7. appear, enabling you to put your new alias anywhere you wish on your hard disk.
  8. There are short–cut buttons provided to put the alias in the most common
  9. locations, such as the Desktop or the Apple Menu Items folder, but you can put
  10. the alias in a folder of your choice.
  11.  
  12. Alias Dæmon REQUIRES System 7.5 and the Finder Scripting Extension.
  13.  
  14. Full on-line help is provided with Alias Dæmon. Hit the ‘About Alias Dæmon’
  15. button in the dialogue, or the help key.
  16.  
  17. If you are using a non-English system, then you can use ResEdit to alter the resource of type 'STR ', ID 128. Change the text to whatever the ‘Make Alias’ command is on your system.
  18.  
  19. Alias Dæmon is shareware. It is only £3 Sterling, which I think is a bargain. For
  20. non-UK residents the price is US$5 or the equivalent in local currency. You don’t
  21. get anything if you pay your fee, except for a warm glow from the knowledge that
  22. you have supported the shareware concept (there’s no additional features to be
  23. enabled, or startup messages to dismiss). Your fee also gives you the right to
  24. free upgrades and bug–fixes as and when they become available. I do urge you to
  25. send me your shareware fee if you like Alias Assistant and decide to keep it.
  26.  
  27. I can be contacted via the Internet at:
  28.  
  29. daggilli@bradford.ac.uk
  30.  
  31. If you want to write to me via snail-mail (which you will have to do if you
  32. decide to pay your shareware fee) my address is:
  33.  
  34. David Gillies
  35. Department of Electrical and Electronic Engineering
  36. University of Bradford
  37. Bradford
  38. West Yorkshire
  39. BD7 1DP
  40. England
  41.  
  42. Version History
  43.  
  44. 1.1: Fixed a very nasty bug introduced by a conflict with DoubleScroll. A hard
  45. crash occurred when TrackControl() was called, so I had to reimplement
  46. ModalDialog() myself. I recoded the custom controls to use offscreen graphics, which speeds up redraw by several times (it's astonishing how slow the combination of UpdtControl() and DrawPicture() is on an obsolete '030 machine). Also fixed a bug in the ‘Other…’ directory dialogue box, where the large button to select the current folder rather than one of its items was broken.
  47.  
  48. 1.0: The original. The alias creation mechanism was completely overhauled from
  49. the development and alpha versions. Instead of examining the Finder's private
  50. data structures, all operations are now handled using the Finder Apple Events
  51. introduced with System 7.5.